Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
interface FocusIndicator
                              Link copied to clipboard
interface ImageCaptureCallback
                              Link copied to clipboard
Link copied to clipboard
interface ReadableCodeDetectionCallback
                                Callback interface for barcode and QR code detection events.
Link copied to clipboard
Fragment managing the access to the camera and holding a preview.
                              Link copied to clipboard
Implementation of ScanFragment using the legacy Camera API
                              Link copied to clipboard
Implementation of ScanFragment using CameraX API
                              Link copied to clipboard
data class SpatialReadableCode(val value: String, val type: ReadableCode.Type, val bounds: Rect? = null, val sourceImageWidth: Int = 0, val sourceImageHeight: Int = 0)